Exception(string,Exception,Dictionary<string,object>) Method

Summary
Logs the specified entry as an exception.
Syntax
C#
C++/CLI
public void Exception( 
   string source, 
   Exception e, 
   Dictionary<string, object> custom 
) 
public: 
void Exception(  
   String^ source, 
   Exception^ e, 
   Dictionary<String^,Object^>^ custom 
)  

Parameters

source
The source of the message.

e
The Exception to log.

custom
Custom information associated with the exception.

Remarks

Exception log entries are marked as LogType.Error.

Requirements

Target Platforms

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.